home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 1 / ETO Development Tools 1.iso / Essentials / MacApp Documentation / Class&Method Reference (stack) / MacApp 2.0 Reference / MacApp 2.0 Reference / card_255134.txt < prev    next >
Encoding:
Text File  |  1990-07-24  |  1.1 KB  |  33 lines

  1. -- card: 255134 from stack: in.0 Reference
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 177597
  5. -- name: BusyDelay
  6.  
  7.  
  8. -- part contents for background part 1
  9. ----- text -----
  10. BusyDelay changes the amount of time that must elapse between accessing user events before MacApp displays the busy cursor. BusyDelay calls BusyReset to examine the state flags changeToWatch and inControl in the cursor information record.   
  11. The newDelay parameter is the new value of the delay time in ticks; a value less than or equal to 0 does not change the delay time.   
  12. BusyDelay is called by the global routine BusyInstall when it installs the busy-cursor mechanism. You can call BusyDelay when you want to change the delay time that elapses before the watch cursor is displayed.  
  13.  
  14. -- part contents for background part 5
  15. ----- text -----
  16. Unit: UBusyCursor
  17.  
  18.  
  19. -- part contents for background part 23
  20. ----- text -----
  21. ROUTINE
  22.  
  23. -- part contents for background part 2
  24. ----- text -----
  25. BusyDelay
  26.  
  27. -- part contents for background part 20
  28. ----- text -----
  29. PROCEDURE BusyDelay(newDelay: INTEGER);
  30.  
  31. -- part contents for background part 40
  32. ----- text -----
  33. 43 of 498 Routines